.hotimg {
    position: relative;
}
.hotimg:before {
    width: 32px;
    height: 32px;
    background: url(https://u3.huatu.com/hubei/images/2021/hotmax.png) top no-repeat;
    content: '';
    background-size: contain;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    opacity: 0.7;
}
.fixed_l{z-index: 10000;top:0!important;transform: translateY(0);}
.fixed_l_list li{
	height: 48px;
    padding: 8px;
    font-size: 18px;
    line-height: 22px;
	height: auto!important;
}

.fixed_l_list li.active a{
	color:#fff!important;
}
.fixed_l_list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.fixed_l_cont a {
    line-height: 22px;
    padding: 10px 0;
}
.nav_list li{
	width:170px;
}
.fixed_l h5{
	font-weight: 600;
}
/*轮播css*/
.wrap { clear: both;}
.wrap {max-width: 1400px;margin: 0 auto;}		
.hotnews{margin:0 auto;background:url('https://ah.huatu.com/z/css/2019sy/images/new_gg_bg1.png') no-repeat;background-size:auto;height:70px;box-sizing:border-box;padding-left:130px;padding-top:34px;display:flex;justify-content:flex-start;align-items:center;}
.news_scroll{position:relative;width:calc(100% - 10px);height:30px;line-height:30px;overflow:hidden;white-space:nowrap;}
.hotnews a{line-height:30px;box-sizing:border-box;position:relative;font-size:16px;padding-left:10px;display:inline-block;margin-right:10px;}
.hotnews a::before{content:' ';width:10px;height:30px;font-size:16px;font-weight:bold;position:absolute;left:0;top:0;color:#181818;}
.hotnews a.active,.hotnews a:hover{color:#F71E0E;text-decoration:none;}


/*资料弹窗css*/
.fixed_rb{
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: -10%;
    transform: translateY(-50%);
    width: 190px;
    height: 273px;
    text-align: center;
    background: url(https://u3.huatu.com/hubei/images/2021/fixed_rb.png);
    background-size: 100% 100%;
    box-shadow: 0px 7px 40px 0px rgb(212 213 214 / 36%);
}
.fr_close{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
    transition: all .4s ease;
}

.main_r_tab li.active {color: #E60012;}

.main_cont_wk {
    width: 100%;
}
.main_cont_wk ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 240px;
    align-items: center;
}
.main_cont_wk ul li{
    width: 45%;
    text-align: left;
    border-bottom: 1px dashed #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_cont_wk ul li a span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    line-height: 26px;
    text-align: center;
    background-color: #e92930;
    color: #fff;
    margin-right: 10px;
}
@media screen and (max-width: 1580px)
{
	.nav_list li{
		width:150px;
	}
	.fixed_l h5{
        line-height: 20px;
        padding: 6px 0;
    }
	.fixed_l_list li{
		padding: 5px 14px;
		font-size: 15px;
		line-height: 20px;
	}
	.fixed_l_cont a{
		line-height: 20px;
		padding: 7px 0;
    }
	.main_cont_dh td{
        font-size:14px;
    }
	/*轮播css*/
	.hotnews {
    height: 2.5rem;
    padding-top: 1rem;
    padding-left: 4rem;
    width: 100%;
    background-size: cover;
	}

	.wrap {max-width: 1200px;}	
	
}
/*轮播css*/
@media screen and (max-width: 1200px){
.hotnews {
    height: 2.5rem;
    padding-top: 1rem;
    padding-left: 4rem;
    width: 100%;
    background-size: cover;
}

}

